#NEXUS

BEGIN NETWORKS;

Network st = ((((a:1,b:2),c:3),d:4),e:5);
Network gt = ((c#H1)a,(c#H1)b)r;

END;


BEGIN PHYLONET;

gencplex {st} {gt} 2 2 "C:\temp\cplex";

END;
===

===


Error at [13,15]: Expected 'gt' to be a tree but found network with hybrid node.